func github.com/vmihailenco/msgpack/v5.encodeInt32CondValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_number.go#L238: func encodeInt32CondValue(e *Encoder, v reflect.Value) error {
		encode_value.go#L18: 		reflect.Int32:         encodeInt32CondValue,